VObject::DoCursorKeyCommand

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::DoCursorKeyCommand - instance method  

TEMPLATE

commandToPerform = Command * DoCursorKeyCommand(EvtCursorDir cursorDir, Point locatorPoint, Token inputToken)  

SPECIFIERS

public virtual  

DESCRIPTION

DoCursorKeyCommand is called by the method DispatchEvents on cursor key events. By default, the event is passed to the next event handler. If there is no next handler gNoChanges is returned. Method is rarely overridden.  

ARGUMENTS

EvtCursorDir cursorDir

contains the direction of the pressed cursor key. See
enum EvtCursorDir.
Point locatorPoint

see
method DispatchEvents
Token inputToken

see
method DispatchEvents
 

RETURN ARGUMENT

Command * commandToPerform

see
method DispatchEvents
 

CATEGORIES

event handling, overrider interface

 

FIRST DEFINITION

class VObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:22 GMT, March 30, 2022